From 835423e69e0b1ce7f8153f64c7ddca43b635694d Mon Sep 17 00:00:00 2001 From: "cl349@arcadians.cl.cam.ac.uk" Date: Wed, 17 Nov 2004 18:11:14 +0000 Subject: [PATCH] bitkeeper revision 1.1159.1.432 (419b9442YT2gjAJwYmMo_I_exuQvYw) Compile fixes. --- xen/common/domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/domain.c b/xen/common/domain.c index 589995f4ac..0684984228 100644 --- a/xen/common/domain.c +++ b/xen/common/domain.c @@ -323,7 +323,7 @@ long do_boot_vcpu(unsigned long vcpu, full_execution_context_t *ctxt) goto out; } - printk("do_boot_vcpu for dom %d vcpu %d\n", d->id, vcpu); + printk("do_boot_vcpu for dom %d vcpu %ld\n", d->id, vcpu); ed = d->exec_domain[vcpu]; -- 2.30.2